-
Notifications
You must be signed in to change notification settings - Fork 427
Add Entra ID auth manager #2974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rambleraptor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've got one suggestion for a test, but otherwise this looks great!
Fokko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @jayceslesar's comment, but apart from that, it looks good to me 👍
|
Thanks for the review @Fokko @rambleraptor @jayceslesar! |
Closes #2800
Rationale for this change
Adds
EntraAuthManagerfor Microsoft Entra ID (Azure AD) authentication usingDefaultAzureCredentialfrom the Azure Identity library.Supported auth methods
AZURE_TENANT_ID,AZURE_CLIENT_ID,AZURE_CLIENT_SECRET)az login)Are these changes tested?
Yes, unit tests, tested locally with OneLake and az cli,
Preview for docs:

Are there any user-facing changes?